Version

DomainChart<T,M,A> Class Members

The following tables list the members exposed by DomainChart<T,M,A>.

Public Methods
 NameDescription
Public MethodAlignsGridLinesToPixelsSets a value indicating whether grid and tick lines are aligned to device pixels.  
Public MethodBottomMarginSets the bottom margin around the chart content.  
Public MethodIsHorizontalZoomEnabledSets whether the chart can be horizontally zoomed through user interactions.  
Public MethodIsVerticalZoomEnabledSets whether the chart can be vertically zoomed through user interactions.  
Public MethodLeftMarginSets the left margin of the chart content.  
Public MethodMarkerMaxCountSets the maximum number of markers displyed in the plot area of the chart.  
Public MethodResolutionSets the rendering resolution for all series in this chart.  
Public MethodRightMarginSets the right margin of the chart content.  
Public MethodSubtitleSets text to display below the Title, above the plot area.  
Public MethodSubtitleAlignmentSets horizontal alignment which determines the subtitle position, relative to the left and right edges of the control.  
Public MethodSubtitleBottomMarginSets the bottom margin of chart subtitle  
Public MethodSubtitleLeftMarginSets the left margin of chart subtitle  
Public MethodSubtitleRightMarginSets the right margin of chart subtitle  
Public MethodSubtitleTextColorOverloaded. Sets color of chart subtitle  
Public MethodSubtitleTextStyleSets CSS font property for the chart subtitle  
Public MethodSubtitleTopMarginSets the top margin of chart subtitle  
Public MethodThicknessSets the thickness for all series in this chart. Depending on the ChartType, this can be the main brush used, or just the outline.  
Public MethodTitleSets text to display above the plot area.  
Public MethodTitleAlignmentSets horizontal alignment which determines the title position, relative to the left and right edges of the control.  
Public MethodTitleBottomMarginSets the bottom margin of chart title  
Public MethodTitleLeftMarginSets the left margin of chart title  
Public MethodTitleRightMarginSets the right margin of chart title  
Public MethodTitleTextColorOverloaded. Sets color of chart title  
Public MethodTitleTextStyleSets CSS font property for the chart title  
Public MethodTitleTopMarginSets the top margin of chart title  
Public MethodTopMarginSets the top margin of the chart content.  
Public MethodTransitionDurationSets the duration used for animating series plots when the data is changing  
Public MethodTrendLinePeriod  
Public MethodTrendLineThicknessSets the thickness of the trend lines in this chart.  
Public MethodTrendLineTypeSets the formula used for calculating trend lines in this chart.  
Public MethodUnknownValuePlottingSets the behavior that determines how unknown values will be plotted on the chart.  
See Also

View on GitHub